1 namespace QuanLyNhanSu
2 {
3     
partial class frmDMTonGiao
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDMTonGiao));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.dgv_DMTG = new Telerik.WinControls.UI.RadGridView();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.txttentg = new System.Windows.Forms.TextBox();
36             
this.txtmatg = new System.Windows.Forms.TextBox();
37             
this.label3 = new System.Windows.Forms.Label();
38             
this.grpbox = new System.Windows.Forms.GroupBox();
39             
this.cmdluu = new System.Windows.Forms.Button();
40             
this.cmdthoat = new System.Windows.Forms.Button();
41             
this.cmdthem = new System.Windows.Forms.Button();
42             
this.cmdCapnhat = new System.Windows.Forms.Button();
43             
this.cmdxoa = new System.Windows.Forms.Button();
44             
this.panel1.SuspendLayout();
45             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTG)).BeginInit();
46             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTG.MasterGridViewTemplate)).BeginInit();
47             
this.grpbox.SuspendLayout();
48             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// panel1
52             
//
53             
this.panel1.BackColor = System.Drawing.Color.Transparent;
54             
this.panel1.Controls.Add(this.dgv_DMTG);
55             
this.panel1.Controls.Add(this.label2);
56             
this.panel1.Controls.Add(this.txttentg);
57             
this.panel1.Controls.Add(this.txtmatg);
58             
this.panel1.Controls.Add(this.label3);
59             
this.panel1.Location = new System.Drawing.Point(9, 11);
60             
this.panel1.Name = "panel1";
61             
this.panel1.Size = new System.Drawing.Size(317, 237);
62             
this.panel1.TabIndex = 3;
63             
//
64             
// dgv_DMTG
65             
//
66             
this.dgv_DMTG.Location = new System.Drawing.Point(10, 65);
67             
//
68             
//
69             
//
70             
this.dgv_DMTG.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
71             
this.dgv_DMTG.MasterGridViewTemplate.EnableGrouping = false;
72             
this.dgv_DMTG.Name = "dgv_DMTG";
73             
this.dgv_DMTG.ReadOnly = true;
74             
this.dgv_DMTG.Size = new System.Drawing.Size(298, 162);
75             
this.dgv_DMTG.TabIndex = 28;
76             
//
77             
// label2
78             
//
79             
this.label2.AutoSize = true;
80             
this.label2.BackColor = System.Drawing.Color.Transparent;
81             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.label2.Location = new System.Drawing.Point(7, 40);
83             
this.label2.Name = "label2";
84             
this.label2.Size = new System.Drawing.Size(81, 15);
85             
this.label2.TabIndex = 27;
86             
this.label2.Text = "Tên tôn giáo :";
87             
//
88             
// txttentg
89             
//
90             
this.txttentg.BackColor = System.Drawing.SystemColors.ControlLightLight;
91             
this.txttentg.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
92             
this.txttentg.Location = new System.Drawing.Point(112, 37);
93             
this.txttentg.MaxLength = 50;
94             
this.txttentg.Name = "txttentg";
95             
this.txttentg.ReadOnly = true;
96             
this.txttentg.Size = new System.Drawing.Size(196, 22);
97             
this.txttentg.TabIndex = 2;
98             
this.txttentg.Tag = "";
99             
//
100             
// txtmatg
101             
//
102             
this.txtmatg.BackColor = System.Drawing.SystemColors.ControlLightLight;
103             
this.txtmatg.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104             
this.txtmatg.Location = new System.Drawing.Point(112, 6);
105             
this.txtmatg.MaxLength = 8;
106             
this.txtmatg.Name = "txtmatg";
107             
this.txtmatg.ReadOnly = true;
108             
this.txtmatg.Size = new System.Drawing.Size(196, 22);
109             
this.txtmatg.TabIndex = 1;
110             
this.txtmatg.Tag = "";
111             
this.txtmatg.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtmatg_KeyPress);
112             
//
113             
// label3
114             
//
115             
this.label3.AutoSize = true;
116             
this.label3.BackColor = System.Drawing.Color.Transparent;
117             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.label3.Location = new System.Drawing.Point(7, 9);
119             
this.label3.Name = "label3";
120             
this.label3.Size = new System.Drawing.Size(77, 15);
121             
this.label3.TabIndex = 25;
122             
this.label3.Text = "Mã tôn giáo :";
123             
//
124             
// grpbox
125             
//
126             
this.grpbox.BackColor = System.Drawing.Color.Transparent;
127             
this.grpbox.Controls.Add(this.cmdluu);
128             
this.grpbox.Controls.Add(this.cmdthoat);
129             
this.grpbox.Controls.Add(this.cmdthem);
130             
this.grpbox.Controls.Add(this.cmdCapnhat);
131             
this.grpbox.Controls.Add(this.cmdxoa);
132             
this.grpbox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
133             
this.grpbox.Location = new System.Drawing.Point(332, 5);
134             
this.grpbox.Name = "grpbox";
135             
this.grpbox.Size = new System.Drawing.Size(83, 245);
136             
this.grpbox.TabIndex = 19;
137             
this.grpbox.TabStop = false;
138             
//
139             
// cmdluu
140             
//
141             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
142             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
143             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
144             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
145             
this.cmdluu.Location = new System.Drawing.Point(5, 152);
146             
this.cmdluu.Name = "cmdluu";
147             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
148             
this.cmdluu.TabIndex = 6;
149             
this.cmdluu.Text = "Lưu";
150             
this.cmdluu.UseVisualStyleBackColor = true;
151             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
152             
//
153             
// cmdthoat
154             
//
155             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
156             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
157             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
158             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
159             
this.cmdthoat.Location = new System.Drawing.Point(5, 196);
160             
this.cmdthoat.Name = "cmdthoat";
161             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
162             
this.cmdthoat.TabIndex = 7;
163             
this.cmdthoat.Text = "Thoát";
164             
this.cmdthoat.UseVisualStyleBackColor = true;
165             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
166             
//
167             
// cmdthem
168             
//
169             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
170             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
171             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
172             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
173             
this.cmdthem.Location = new System.Drawing.Point(5, 20);
174             
this.cmdthem.Name = "cmdthem";
175             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
176             
this.cmdthem.TabIndex = 3;
177             
this.cmdthem.Text = "Thêm";
178             
this.cmdthem.UseVisualStyleBackColor = true;
179             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
180             
//
181             
// cmdCapnhat
182             
//
183             
this.cmdCapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
184             
this.cmdCapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
185             
this.cmdCapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdCapnhat.Image")));
186             
this.cmdCapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
187             
this.cmdCapnhat.Location = new System.Drawing.Point(5, 64);
188             
this.cmdCapnhat.Name = "cmdCapnhat";
189             
this.cmdCapnhat.Size = new System.Drawing.Size(73, 30);
190             
this.cmdCapnhat.TabIndex = 4;
191             
this.cmdCapnhat.Text = "Sửa";
192             
this.cmdCapnhat.UseVisualStyleBackColor = true;
193             
this.cmdCapnhat.Click += new System.EventHandler(this.cmdCapnhat_Click);
194             
//
195             
// cmdxoa
196             
//
197             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
198             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
199             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
200             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
201             
this.cmdxoa.Location = new System.Drawing.Point(5, 108);
202             
this.cmdxoa.Name = "cmdxoa";
203             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
204             
this.cmdxoa.TabIndex = 5;
205             
this.cmdxoa.Text = "Xóa";
206             
this.cmdxoa.UseVisualStyleBackColor = true;
207             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
208             
//
209             
// frmDMTonGiao
210             
//
211             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
212             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
213             
this.BackColor = System.Drawing.Color.Honeydew;
214             
this.ClientSize = new System.Drawing.Size(430, 257);
215             
this.Controls.Add(this.grpbox);
216             
this.Controls.Add(this.panel1);
217             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
218             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
219             
this.MaximizeBox = false;
220             
this.MinimizeBox = false;
221             
this.Name = "frmDMTonGiao";
222             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
223             
this.Text = "Danh Mục Tôn Giáo";
224             
this.ThemeName = "ControlDefault";
225             
this.Load += new System.EventHandler(this.frmDMTonGiao_Load);
226             
this.panel1.ResumeLayout(false);
227             
this.panel1.PerformLayout();
228             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTG.MasterGridViewTemplate)).EndInit();
229             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTG)).EndInit();
230             
this.grpbox.ResumeLayout(false);
231             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
232             
this.ResumeLayout(false);
233
234         }
235
236         
#endregion
237
238         
private System.Windows.Forms.Panel panel1;
239         
private System.Windows.Forms.GroupBox grpbox;
240         
private System.Windows.Forms.Button cmdluu;
241         
private System.Windows.Forms.Button cmdthoat;
242         
private System.Windows.Forms.Button cmdthem;
243         
private System.Windows.Forms.Button cmdCapnhat;
244         
private System.Windows.Forms.Button cmdxoa;
245         
private System.Windows.Forms.Label label2;
246         
private System.Windows.Forms.TextBox txttentg;
247         
private System.Windows.Forms.TextBox txtmatg;
248         
private System.Windows.Forms.Label label3;
249         
private Telerik.WinControls.UI.RadGridView dgv_DMTG;
250     }
251 }



Quản lý nhân sự công ty bằng c# _ full source code 60.425 lượt xem

Gõ tìm kiếm nhanh...